Click or drag to resize

ServiceRequestException Properties

The ServiceRequestException type exposes the following members.

Properties
  NameDescription
Public propertyBackOffMilliseconds
Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time.
Public propertyData (Inherited from Exception.)
Public propertyFaultCode
Gets the fault code.
Public propertyFaultString
Gets the fault string.
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyLine
Gets the line.
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Public propertyPosition
Gets the position.
Public propertyRequestBody
Gets the request body.
Public propertyResponseCode
Gets the response code.
Public propertyServerVersionInfo
Gets the server version information.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Public propertyXmlMessage
Gets the XML message.
Top
See Also